projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b6cf4
)
Remove includes that are already included by config.h
author
Jason Rumney
<jasonr@gnu.org>
Fri, 23 May 2008 09:25:18 +0000
(09:25 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Fri, 23 May 2008 09:25:18 +0000
(09:25 +0000)
src/ChangeLog
patch
|
blob
|
history
src/xsmfns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 36e7ea0c6ca676e725438b309daed31ea723a9e8..59eca76c30d20970d0484ce894cfd91b718d04bc 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2008-05-23 Jason Rumney <jasonr@gnu.org>
+
+ * xsmfns.c: Remove includes that are already included by config.h
+
2008-05-23 Kenichi Handa <handa@m17n.org>
* w32term.c (x_draw_glyph_string): Be sure to update
diff --git
a/src/xsmfns.c
b/src/xsmfns.c
index bffdb8c8db20addb516a091f352b47a9efbc6b98..538698a2782b9f7a1da8a4603791020e4417be2e 100644
(file)
--- a/
src/xsmfns.c
+++ b/
src/xsmfns.c
@@
-26,20
+26,9
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#ifdef HAVE_STRING_H
-#include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
-
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-#ifdef HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
#include <sys/param.h>
#include <stdio.h>